home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Book Chapters / 03 - Advanced Graphics / Example 7 / README < prev    next >
Text File  |  1995-06-02  |  700b  |  19 lines

  1. All of the examples for this chapter require:
  2.  
  3. System 7
  4. A color monitor set to 256 colors.
  5.  
  6. Example 7:
  7.  
  8. This example uses the encoded shape draw, an update rectangle list and a background.
  9.  
  10. The commands for this example are:
  11.  
  12. command-Q - quit
  13. 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 - toggle individual disks on and off
  14. shift + 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 - stop/start individual disks
  15. u - toggle update mode -- show the area we are updating
  16. + and - -- increase and decrease the maximum number of update rectangles
  17. click and hold - draw the animation without taking events
  18.  
  19. NOTE: When show update mode (u) is active, the entire screen is being copied. The real updates only happen when show update mode is off.